home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / star_cat.swf / scripts / DefineSprite_155 / frame_23 / DoAction.as
Encoding:
Text File  |  2010-03-13  |  110 b   |  5 lines

  1. if(Math.random() > 0.5 || _root.fallingObjs_arr.length < _root.OBJ_MIN)
  2. {
  3.    _root.fnLaunchObj("star");
  4. }
  5.